home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMPLUGINSADD / TFORMPLUGINSADD.txt
Encoding:
Text File  |  2009-10-23  |  2.8 KB  |  139 lines

  1. object FormPluginsAdd: TFormPluginsAdd
  2.   Left = 250
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add plugins'
  6.   ClientHeight = 216
  7.   ClientWidth = 410
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOk: TButton
  20.     Left = 120
  21.     Top = 184
  22.     Width = 82
  23.     Height = 23
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 208
  31.     Top = 184
  32.     Width = 82
  33.     Height = 23
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object boxPlugins: TGroupBox
  40.     Left = 8
  41.     Top = 4
  42.     Width = 393
  43.     Height = 173
  44.     TabOrder = 0
  45.     object labSource: TLabel
  46.       Left = 32
  47.       Top = 88
  48.       Width = 20
  49.       Height = 13
  50.       Caption = '&File:'
  51.       FocusControl = edPath1
  52.     end
  53.     object labSource2: TLabel
  54.       Left = 32
  55.       Top = 128
  56.       Width = 144
  57.       Height = 13
  58.       Caption = 'Total Commander &executable:'
  59.       FocusControl = edPath2
  60.     end
  61.     object chkSrcFolder: TRadioButton
  62.       Left = 240
  63.       Top = 8
  64.       Width = 380
  65.       Height = 17
  66.       Caption = 'Add plugins from folder'
  67.       Enabled = False
  68.       TabOrder = 3
  69.       Visible = False
  70.       OnClick = chkSrcFolderClick
  71.     end
  72.     object chkSrcTC: TRadioButton
  73.       Left = 16
  74.       Top = 64
  75.       Width = 350
  76.       Height = 17
  77.       Caption = 'Add plugins from TC'
  78.       TabOrder = 2
  79.       OnClick = chkSrcFolderClick
  80.     end
  81.     object chkSrcFile: TRadioButton
  82.       Left = 16
  83.       Top = 40
  84.       Width = 350
  85.       Height = 17
  86.       Caption = 'Add single plugin file'
  87.       TabOrder = 1
  88.       OnClick = chkSrcFolderClick
  89.     end
  90.     object edPath1: TEdit
  91.       Left = 32
  92.       Top = 104
  93.       Width = 289
  94.       Height = 21
  95.       TabOrder = 4
  96.       OnChange = edPath1Change
  97.     end
  98.     object btnBrowse1: TButton
  99.       Left = 324
  100.       Top = 104
  101.       Width = 41
  102.       Height = 21
  103.       Caption = '...'
  104.       TabOrder = 5
  105.       OnClick = btnBrowse1Click
  106.     end
  107.     object edPath2: TEdit
  108.       Left = 32
  109.       Top = 144
  110.       Width = 289
  111.       Height = 21
  112.       TabOrder = 6
  113.     end
  114.     object btnBrowse2: TButton
  115.       Left = 324
  116.       Top = 144
  117.       Width = 41
  118.       Height = 21
  119.       Caption = '...'
  120.       TabOrder = 7
  121.       OnClick = btnBrowse2Click
  122.     end
  123.     object chkSrcZip: TRadioButton
  124.       Left = 16
  125.       Top = 16
  126.       Width = 350
  127.       Height = 17
  128.       Caption = 'Add plugin from archive'
  129.       TabOrder = 0
  130.       OnClick = chkSrcFolderClick
  131.     end
  132.   end
  133.   object OpenDialog1: TOpenDialog
  134.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  135.     Left = 360
  136.     Top = 64
  137.   end
  138. end
  139.